- sequential tree
- мат.последовательное дерево
English-Russian scientific dictionary. 2008.
English-Russian scientific dictionary. 2008.
Tree walking automaton — A tree walking automaton (TWA) is a type of finite automaton that deals with tree structures rather than strings.The following article deals with tree walking automata. For a different notion of tree automaton, closely related to regular tree… … Wikipedia
Splay tree — A splay tree is a self balancing binary search tree with the additional property that recently accessed elements are quick to access again. It performs basic operations such as insertion, look up and removal in O(log(n)) amortized time. For many… … Wikipedia
And–or tree — An and–or tree is a graphical representation of the reduction of problems (or goals) to conjunctions and disjunctions of sub problems (or sub goals). ExampleThe and or tree:represents the search space for solving the problem P, using the goal… … Wikipedia
Binary tree — Not to be confused with B tree. A simple binary tree of size 9 and height 3, with a root node whose value is 2. The above tree is unbalanced and not sorted. In computer science, a binary tree is a tree data structure in which each node has at… … Wikipedia
Minimum spanning tree — The minimum spanning tree of a planar graph. Each edge is labeled with its weight, which here is roughly proportional to its length. Given a connected, undirected graph, a spanning tree of that graph is a subgraph that is a tree and connects all… … Wikipedia
Distributed minimum spanning tree — The distributed minimum spanning tree problem involves the construction of a minimum spanning tree by a distributed algorithm, in a network where nodes communicate by message passing. It is radically different from the classical sequential… … Wikipedia
Minimum spanning tree-based segmentation — Contents 1 Image segmentation introduction 2 Motivation for graph based methods 3 From images to graphs 4 Minimum Spanning Tree segmentation algorithms … Wikipedia
Decision tree — Method of representing alternative sequential decisions and the possible outcomes from these decisions. The New York Times Financial Glossary * * * decision tree deˈcision ˌtree Picture noun [countable] COMMERCE a mathematical drawing that shows… … Financial and business terms
decision tree — Schematic way of representing alternative sequential decisions and the possible outcomes from these decisions. Bloomberg Financial Dictionary * * * decision tree deˈcision ˌtree Picture noun [countable] COMMERCE a mathematical drawing that shows… … Financial and business terms
decision tree — Alternative choices available at each stage of deciding how to manage a clinical problem, displayed graphically; at each branch or decision node, the probabilities of each outcome that can be predicted are shown; the relative worth of each… … Medical dictionary
List of terms relating to algorithms and data structures — The [http://www.nist.gov/dads/ NIST Dictionary of Algorithms and Data Structures] is a reference work maintained by the U.S. National Institute of Standards and Technology. It defines a large number of terms relating to algorithms and data… … Wikipedia